	
;;; QQ: 67762207
%100
+0
+3
+5
+6
+10
+11
+20
+19
+21
+22
+23
+24
+26
+42

[@main]
#IF
checkpkpoint 2
#SAY
I do not want such a person dealing with you, please go away immediately.\\
<Close/@exit>
#ELSESAY
Welcome. This is a martial arts people's pharmacies, where not comfortable?\\
<Buy/@buy + (medicine category)> drugs \
<Sell/@sell> Drug \
<Pharmaceutical production/@PotionProduce> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest>\\
<Abandoned/@exit>

[@BUY + ()]
#CALL [VimaScript\bulk purchases.Txt] @quantities 
[@PotionProduce]
#CALL [ProduceSystem\Potion\PotionMain.txt] @Potionsmain
[@buy]
#SAY
_ Indeed, when they go out to carry the drug will be assured of adequate. It is better to carry as many as possible.\\
<Pre-step/@main>

[@sell]
#SAY
Would like to sell what the drug?\\
<Pre-step/@main>


[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
check [109] 1
check [110] 0
#ACT
Mov D0 1

#SAY
<On the task of dialogue./@TalkToAreaQuest> \
#IF
Check [102] 1
Check [302] 0

#SAY
<On the task of dialogue./@CALL_AreQuest_14> \
#ACT
Mov D0 1

#IF
check [101] 1
check [301] 0
checkjob Taoist
#ACT
Mov D0 1

#SAY
<On the task of dialogue./@CALL_AreaQuest_2>\\
#IF
Equal D0 1

#SAY
_ <Return/@Main> \
_ <Close/@exit>
#IF
! Equal D0 1
#ACT
goto @ NoQuest_Say
break


[@NoQuest_Say]
#SAY
_ Thanks to Taoists were the elimination of the evil here, or we are afraid to go outside the village to the terrifying.\\
_ <Close/@exit>


[@CALL_AreQuest_14]
#CALL [AreaQuest\ChoBoGuide2\ChoBoGuide2.txt] @Basic2_Musa_14

[@CALL_AreaQuest_2]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Taoist.txt] @Basic_Taoist_2

[@TalkToAreaQuest]
#CALL [AreaQuest\ChoboGuide9\ChoboGuide9.txt] @AreaQuest9NPC1

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207